home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / hardware-part1 / 8277 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  2.1 KB

  1. Path: FreeNet.Carleton.CA!de351
  2. From: de351@FreeNet.Carleton.CA (K. C. Lee)
  3. Newsgroups: comp.sys.amiga.hardware
  4. Subject: Re: Trantor PAR<->SCSI interface & Amiga ???
  5. Date: 25 Mar 1996 23:33:19 GMT
  6. Organization: The National Capital FreeNet
  7. Sender: de351@freenet3.carleton.ca (K. C. Lee)
  8. Message-ID: <4j7afv$7os@freenet-news.carleton.ca>
  9. References: <4j3thh$44p@zeus.datashopper.dk> <1891.6658T554T2525@wvlink.mpl.com>
  10. Reply-To: de351@FreeNet.Carleton.CA (K. C. Lee)
  11. NNTP-Posting-Host: freenet3.carleton.ca
  12.  
  13. Gene Heskett (gene_heskett@wvlink.mpl.com) writes:
  14. > Here we go again! How many times do we have to explain that the Amiga
  15. > parallel port is a truely bi-directional port, thru which it ought to
  16. > be able to do ALL these things?
  17.  
  18. If you have done any real printer port interfacing work, you'll find out that
  19. the port has a limited bandwidth at about 700K/sec limited by the slow CIA
  20. chips.  If you need to hook up anything a bit more complicated than a printer,
  21. your data rate drops to a bit above 100K/sec.
  22.  
  23. > But it can't!!!! Why? Because *ALL* the so-called parallel port
  24. > stuffs are designed to be compatible with that crippled up "Printer"
  25.  
  26. Your info sources are bit out of date.  First of all the raw bandwidth of
  27. the printer port is quite a bit higher, more like 2 - 3 times that of the
  28. Amiga's.  There are also EPP & ECP ports.  EPP can be turned into a mini
  29. CPU bus.  All the necessary handshaking signals are generated by hardware
  30. and with wait state support.   You don't have to toggle handshake lines in
  31. software like the Amiga.  The ECP port has 2 16-bytes FIFO queues with
  32. optional DMA support !!
  33.  
  34. Check out the IEEE 1284 for the actual specs.  There is a description of
  35. the operation and timing in National Semiconductor Super I/O PC87334
  36. datasheet in pdf format in the NS web site.  Pp. 72-82, pp. 97-99  It is
  37. not the full specs, but the data sheets give you some idea of what's
  38. actually there.
  39.    
  40. > /*            Gene Heskett          |  I need help, please see my adv. */
  41.  
  42. As for SCSI interface, I am currently working on the designs of an add-on
  43. for the A1200 and A4000 IDE port.  It is in the paper stage right now.
  44.  
  45. K. C. Lee
  46.